getIntValue4

abstract fun getIntValue4(): Int

Gets the fourth generic value, attempting to interpret it as an integer. See getIntValue1 for notes on error handling.

Return

The fourth value as an integer. Behavior on parsing error is implementation-dependent.